Click or drag to resize

BandwidthCollection Methods

The BandwidthCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(Bandwidth)
Adds a Bandwidth to the collection.
Public methodAdd(String, Int32)
Adds a Bandwidth specified with the type and value to the collection.
Public methodClear
Removes all elements from the BandwidthCollection.
Public methodCopyTo
Copies the BandwidthCollection elements to a one-dimensional Array instance at the specified index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet(Int32)
Gets value of item at the specified position.
Public methodGet(String)
Gets value of the specified type.
Public methodGetEnumerator
Returns an IEnumerator that can iterate through the BandwidthCollection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes a Bandwidth specified with the type from the collection.
Public methodSet
Sets value of the specified type.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also